home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 48 / NEW.iso / Temi / Road Rash / RoadRashB.exe / Remove.bat < prev    next >
DOS Batch File  |  1998-07-21  |  2KB  |  84 lines

  1. REM BEFORE EDITING THIS FILE MAKE SURE YOU KNOW WHAT YOU'RE DOING.
  2.  
  3. @echo off
  4. cls
  5.  
  6.  
  7. echo.
  8. echo ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  9. echo.
  10. echo                            Road Rash Theme
  11. echo                                by
  12. echo                                 Amit I. Goswami 
  13. echo.
  14. echo ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  15. echo.
  16.  
  17. :warn
  18.     echo Are you sure you want to uninstall the Road Rash theme?
  19.     echo 1:Yes remove the theme
  20.     echo 2:Nooo! I wanna keep the theme! (Recommended !)
  21.     choice /n/c:12 Make up your mind :
  22.     if errorlevel 2 goto end
  23.     if errorlevel 1 goto chekwin
  24.  
  25. :chekwin
  26.     if "%windir%"=="" goto nowin
  27.     goto checkbakup
  28.     
  29. :checkbakup
  30.     if not exist c:\logo.ror goto nologo
  31.     if not exist %windir%\logow.ror goto nologow
  32.     if not exist %windir%\logos.ror goto nologos
  33.     goto proceed
  34.  
  35. :proceed
  36.     del c:\logo.sys
  37.     ren c:\logo.ror logo.sys
  38.     del %windir%\logow.sys
  39.     ren %windir%\logow.ror logow.sys
  40.     del %windir%\logos.sys
  41.     ren %windir%\logos.ror logos.sys
  42.     if exist c:\autorun.ror goto auto
  43.     if exist c:\autorun.inf del c:\autorun.inf
  44.     goto yeah
  45.  
  46. :auto
  47.     if exist c:\autorun.inf del c:\autorun.inf
  48.     ren c:\autorun.ror autorun.inf
  49.     goto yeah
  50.  
  51. :yeah
  52.     echo.
  53.     echo Uninstall successfully completed. To install the theme again launch
  54.     echo the file 'Install.bat'
  55.     goto end
  56.  
  57. :nowin
  58.     echo.
  59.     echo Windows required but not detected. Restart your computer and try again
  60.     goto end
  61.  
  62. :nologo
  63.     echo.
  64.     echo Cannot find the backup copy logo.ror Uninstall cannot proceed without it
  65.     goto end
  66.  
  67. :nologow
  68.     echo.
  69.     echo Cannot find the backup copy logow.ror Uninstall cannot proceed without it
  70.     goto end
  71.  
  72. :nologos
  73.     echo.
  74.     echo Cannot find the backup copy logos.ror Uninstall cannot proceed without it
  75.     goto end
  76.  
  77. :end
  78.     echo.
  79.     echo Thanks for using the Road Rash theme. Hope you liked it. Visit my page 
  80.     echo for more themes and logos at :
  81.     echo http://members.tripod.com/~AIG_2/
  82.     echo http://www.web4free.com/amit/
  83.     echo Mail me at amitweb@usa.net
  84.